CompuPhase is a small, engineering-focused software publisher whose open-source projects cater to embedded-system developers, hardware technicians, and anyone who needs lightweight, no-frills communication or scripting tools. The company’s Pawn language compiles to compact byte-code that runs on microcontrollers and game engines alike, giving firmware teams a Lua-like alternative when memory and CPU cycles are scarce. Its companion offering, Termite, re-imagines the classic RS232 terminal as a chat-style window where serial traffic scrolls like instant messages, making it simple to monitor GPS modules, debug Arduino bootloaders, or configure network switches without wading through cryptic control codes. Together these utilities occupy the intersection of scripting, diagnostics, and low-level I/O: Pawn scripts can be flashed into a device to automate test sequences, while Termite captures the resulting logs on the bench; OEMs embed Pawn for run-time customization, then use Termite during production to verify UART output. Both tools are portable, run without installation, and consume minimal disk space, so they slip easily into toolchains, CI pipelines, or field-support kits. CompuPhase software is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest upstream builds and allowing several applications to be pulled in a single batch command.
Pawn is a quick and small scripting language that requires few resources.
DetailsTermite is an easy to use and easy to configure RS232 terminal. It uses an interface similar to that of "messenger" or "chat" programs, with a large window that contains all received data and an edit line for typing in strings to transmit.
Details